home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 November
/
EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso
/
earcd
/
program
/
misc
/
tri14dev.lha
/
Triton
/
Developer
/
Include
/
proto
/
triton.h
Wrap
C/C++ Source or Header
|
1995-08-25
|
398b
|
24 lines
#ifndef PROTO_TRITON_H
#define PROTO_TRITON_H
#ifdef __GNUC__
#include <clib/triton_protos.h>
#if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
#include <inline/triton.h>
#endif
#ifndef __NOLIBBASE__
extern struct Library *TritonBase;
#endif
#else
#include <exec/types.h>
extern struct Library *TritonBase;
#include <clib/triton_protos.h>
#include <pragmas/triton_pragmas.h>
#endif
#endif